home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMMEDIAS / TFRMMEDIAS.txt < prev   
Text File  |  2005-08-08  |  4KB  |  151 lines

  1. inherited FrmMedias: TFrmMedias
  2.   Left = 532
  3.   Top = 396
  4.   Caption = 'FrmMedias'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object cxGrid: TcxGrid [1]
  8.     Left = 0
  9.     Top = 41
  10.     Width = 329
  11.     Height = 163
  12.     Align = alClient
  13.     TabOrder = 1
  14.     object cxGridDBTableView: TcxGridDBTableView
  15.       OnDblClick = cxGridDBTableViewDblClick
  16.       NavigatorButtons.ConfirmDelete = False
  17.       DataController.DataSource = dsFiche
  18.       DataController.Summary.DefaultGroupSummaryItems = <>
  19.       DataController.Summary.FooterSummaryItems = <>
  20.       DataController.Summary.SummaryGroups = <>
  21.       OptionsCustomize.ColumnFiltering = False
  22.       OptionsCustomize.ColumnGrouping = False
  23.       OptionsCustomize.ColumnHiding = True
  24.       OptionsCustomize.ColumnMoving = False
  25.       OptionsData.Deleting = False
  26.       OptionsData.DeletingConfirmation = False
  27.       OptionsData.Editing = False
  28.       OptionsData.Inserting = False
  29.       OptionsSelection.CellSelect = False
  30.       OptionsView.ColumnAutoWidth = True
  31.       OptionsView.GroupByBox = False
  32.       Styles.StyleSheet = dtmSession.cxGridTableViewStyleSheet
  33.       object cxGridDBTableViewIdx: TcxGridDBColumn
  34.         Visible = False
  35.       end
  36.       object cxGridDBTableViewcalc_name: TcxGridDBColumn
  37.         Caption = 'Fichier'
  38.         DataBinding.FieldName = 'calc_name'
  39.         OnCustomDrawCell = cxGridDBTableViewcalc_nameCustomDrawCell
  40.         Width = 303
  41.       end
  42.       object cxGridDBTableViewcalc_found: TcxGridDBColumn
  43.         DataBinding.FieldName = 'calc_found'
  44.         Visible = False
  45.       end
  46.       object cxGridDBTableViewFileName: TcxGridDBColumn
  47.         DataBinding.FieldName = 'FileName'
  48.         Visible = False
  49.       end
  50.     end
  51.     object cxGridLevel: TcxGridLevel
  52.       GridView = cxGridDBTableView
  53.     end
  54.   end
  55.   object Panel1: TPanel [2]
  56.     Left = 0
  57.     Top = 0
  58.     Width = 329
  59.     Height = 41
  60.     Align = alTop
  61.     Caption = 'Panel1'
  62.     TabOrder = 2
  63.     Visible = False
  64.     object ImageLoups: TImage
  65.       Left = 8
  66.       Top = 9
  67.       Width = 6
  68.       Height = 6
  69.       AutoSize = True
  70.       Picture.Data = {<image000.bmp>}
  71.       Transparent = True
  72.     end
  73.   end
  74.   object TBXDock1: TTBXDock [3]
  75.     Left = 0
  76.     Top = 204
  77.     Width = 329
  78.     Height = 26
  79.     Position = dpBottom
  80.     object TBToolbar1: TTBXToolbar
  81.       Left = 0
  82.       Top = 0
  83.       Align = alBottom
  84.       BorderStyle = bsNone
  85.       Caption = 'TBToolbar'
  86.       DockMode = dmCannotFloatOrChangeDocks
  87.       DockPos = 152
  88.       DragHandleStyle = dhNone
  89.       FullSize = True
  90.       Images = ImageListSmall
  91.       TabOrder = 0
  92.       object TBItem1: TTBXItem
  93.         Action = ActionFermer
  94.         DisplayMode = nbdmImageAndText
  95.       end
  96.       object TBSeparatorItem1: TTBXSeparatorItem
  97.       end
  98.       object TBItem2: TTBXItem
  99.         Action = ActionLancer
  100.         DisplayMode = nbdmImageAndText
  101.       end
  102.       object TBItem3: TTBXItem
  103.         Action = ActionVoir
  104.         DisplayMode = nbdmImageAndText
  105.       end
  106.       object TBItem4: TTBXItem
  107.         Action = ActionExplorateur
  108.         DisplayMode = nbdmImageAndText
  109.       end
  110.     end
  111.   end
  112.   inherited aclFiche: TActionList
  113.     object ActionFermer: TAction
  114.       Caption = 'Fermer'
  115.       ImageIndex = 16
  116.       OnExecute = ActionFermerExecute
  117.     end
  118.     object ActionLancer: TAction
  119.       Caption = 'Lancer'
  120.       ImageIndex = 22
  121.       OnExecute = ActionLancerExecute
  122.       OnUpdate = ActionLancerUpdate
  123.     end
  124.     object ActionVoir: TAction
  125.       Caption = 'Afficher'
  126.       ImageIndex = 23
  127.       OnExecute = ActionVoirExecute
  128.       OnUpdate = ActionVoirUpdate
  129.     end
  130.     object ActionExplorateur: TAction
  131.       Caption = 'Explorateur'
  132.       ImageIndex = 25
  133.       OnExecute = ActionExplorateurExecute
  134.       OnUpdate = ActionExplorateurUpdate
  135.     end
  136.   end
  137.   object qryFiche: TIBQuery [5]
  138.     Database = dtmSession.IBDatabase
  139.     OnCalcFields = qryFicheCalcFields
  140.     BufferChunks = 1000
  141.     CachedUpdates = False
  142.     Left = 40
  143.     Top = 120
  144.   end
  145.   object dsFiche: TDataSource [6]
  146.     DataSet = qryFiche
  147.     Left = 32
  148.     Top = 80
  149.   end
  150. end
  151.